projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bc0a19
)
Let Garmin debugging display translated name on open.
author
robertl
<robertl>
Tue, 29 Aug 2006 16:33:25 +0000
(16:33 +0000)
committer
robertl
<robertl>
Tue, 29 Aug 2006 16:33:25 +0000
(16:33 +0000)
jeeps/gpsserial.c
patch
|
blob
|
history
diff --git
a/jeeps/gpsserial.c
b/jeeps/gpsserial.c
index 1abc30669ce26ea267be3d026cdcc07969d919f3..78896bfe839c0178e890f08f36537b52bfd008bd 100644
(file)
--- a/
jeeps/gpsserial.c
+++ b/
jeeps/gpsserial.c
@@
-92,7
+92,7
@@
int32 GPS_Serial_On(const char *port, gpsdevh **dh)
const char *xname = fix_win_serial_name(port);
win_serial_data *wsd = xcalloc(sizeof (win_serial_data), 1);
*dh = (gpsdevh*) wsd;
-
+ GPS_Diag("Opening %s\n", xname);
comport = CreateFile(xname, GENERIC_READ|GENERIC_WRITE, 0, NULL,
OPEN_EXISTING, 0, NULL);